home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / softwareupdate / cybergraphix update / cybergraphx3 / cgxsystemlib / changes.txt < prev   
Text File  |  1997-02-24  |  4KB  |  109 lines

  1. Changes for 41.1 beta7 (b47 archive)
  2.  
  3. - flood fills are a bit faster for planar bitmaps now. This should improve
  4.   performance for certain flood fill operations on workbench icons.
  5.  
  6. Changes for 41.1 beta6 (b46 archive)
  7.  
  8. - improved speed auf RECTFMT_LUT8 WritePixelArray()/cybergraphics call
  9.   on 15/16 bit rgb colour screens. Apps like Frodo4.0 which use
  10.   WritePixelArray/RECTFMT_LUT8 may gain a litte speed due to the
  11.   optimized call. Stack usage increases though.
  12.  
  13. - BitMapScale()/graphics patch trashed 68k data register D7 in some cases.
  14.   This is now fixed.
  15.  
  16. Changes for 41.1 beta5 (b45 archive)
  17.  
  18. - improved speed auf RECTFMT_LUT8 WritePixelArray()/cybergraphics call
  19.   on 8 bit screens. It should be as fast as WritePixelArray8()/graphics
  20.   patch now. Apps or games which have cybergraphx support and use
  21.   WritePixelArray/RECTFMT_LUT8 instead of WritePixelArray8 may gain a
  22.   litte speed due to the optimized call.
  23.  
  24. Changes for 41.1 beta4 (b44 archive)
  25.  
  26. - fixed "test screen to small" problem introduced with beta2
  27.  
  28. Changes for 41.1 beta3 (b43 archive)
  29.  
  30. - added some code to get powersnap working on truecolour screens
  31.  
  32. Changes for 41.1 beta2 (b42 archive)
  33.  
  34. - added additional planar bitmap checks in BltBitmap()/graphics code
  35.   to avoid some strange effects with certain programs
  36.  
  37. Changes for 41.1 (b41 archive)
  38.  
  39. - LockBitMapTagList()/cgx always returned a 0 as handle. Now it returns the
  40.   handle properly.
  41.   This will most likely fix all AmiWin related lockups. 
  42.  
  43. Changes for 41.0 b362 (b40 archive)
  44.  
  45. - added support for multiple boards of the same kind. The drivers need to
  46.   have that feature implemented though to use that option.
  47. - fixed some problems with standard menu backfilling when PLANES2FAST option
  48.   is enabled. Please don't use that option when you are not aware of what it's
  49.   doing actually. It reduces compatibility and general stability in some cases.
  50.  
  51. Changes for 41.0 b348 (b39 archive)
  52.  
  53. - inlined some code in cgxsystem.library. This will slightly improve speed
  54.   in some areas
  55.  
  56. Changes for 41.0 b320 (b37 archive)
  57.  
  58. - added horizontal/vertical lines hw acceleration for gfx boards
  59.   that don't have a special line engine but allow for solid fill.
  60.  
  61. Changes for 41.0 b303 (b36 archive)
  62.  
  63. - mouse/screen blankers which blanked the mouse sprite the way the C= blanker
  64.   does, now blank the mouse sprite again properly.
  65.  
  66. Changes for 41.0 b299 (b35 archive)
  67.  
  68. - Due to a bug in the rect filling code, swapping/toggling of simple refresh
  69.   windows got really slow unter truecolour screens with v2 and previous
  70.   V3 versions. There is really a VISIBLE speed INCREASE with that fixed now
  71.   when using simple refresh windows.
  72.  
  73. Changes for 41.0 b291 (b34 archive)
  74.  
  75. - nextscreens should get updated properly now
  76.  
  77. Changes for 41.0 b289 (b33 archive)
  78.  
  79. - This is for all WritePixel/PutPixels lovers out there:
  80.   wasted 20 minutes of my valueable time to increase writepixel output. This
  81.   graphics function is mostly unused with os graphics operation but some people
  82.   really think that the speed of this function is a general speed indicator
  83.   Rather strange ......
  84. - fixed a bug in OpenScreen()/intuition patch. If applications called it with
  85.   other flags besides NS_EXTENDED set in the newscreen.type field, the 
  86.   Extended tag field was ignored. This e.g. fixes some screen opening problems
  87.   with Finalwriter.
  88. - programs which use the SA_LikeWorkbench tag to open a screen correctly open 
  89.   on a cybergraphx display now, if the workbench is opened on a cybergraphx
  90.   display, too.
  91.  
  92. Changes for 41.0 b270 (b32 archive)
  93.  
  94. - the mouse crsr is now disabled on the previous view if the active
  95.   view changees to a different gfx card
  96. - fixed a problem with masked rectfills with screens that have less than 256
  97.   colours
  98.  
  99. Changes for 41.0 beta263
  100.  
  101. - LoadRGB4/SetRGB4 now behaves like in earlier betas which should fix some
  102.   palette problems with older programs.
  103.  
  104. - enabled support for 8bit hardware accelerated planar bitmap to chunky
  105.   bitmap blits 
  106.  
  107. - Truecolour related parts of BltBitmap()/graphics rewritten. Should be 
  108.   faster now under certain cases.
  109.